下面的列表操作中哪些是O(1)的?A:list.pop(0) B:list.pop() C: list.append(10) D:list[10] 答案: list.pop(); list.append(10); list[10]



登录
订单
帮助
主页